@import url('http://www.szwandu.com/website/spkjrobot/bootstrap.css');
@import url("owl.carousel.css");
@import url("flexslider.css");
@import url("font-awesome.css");
@import url("ionicons.css");
@import url("shortcodes.css");

	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
		   overflow-x: hidden; overflow-y: auto; 
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
		   font: 14px/24px  "Microsoft YaHei", sans-serif;color: #666666;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt,  textarea, tfoot, thead, time, u, ul, var, video  { 
		font-family:  "Microsoft YaHei"; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}
	
.contenttest,.contenttest a{ font-size:12px; color:#999;}	
.img-scale figure {
	overflow: hidden;
}
.img-scale img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.img-scale:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
		max-width:100%
	}



	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}	
.clear{clear:both;}
.positionfc{ position: absolute; z-index:1}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


a,
.imagebox-image:after {		
	text-decoration: none;
	color: #333333;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.p-b-30{ margin-bottom:1%}
a:hover,
a:focus {
	color: #0355a6;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

ul, ol {
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;		
}

b, strong {
	font-weight: 900;
}
.container1{width:1250px; margin:0 auto}
.ba{ color:#1D65D6; text-decoration:none;}
.ba:hover{ color:#1D65D6; text-decoration:none;}
.nopadd{ margin:0;padding:0;}
.nopadding{ margin:0;padding:0 1px 30px 0;}
.topbg{ height:30px; background:#1d4094}
.blog-single .entry p {
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 24px; line-height: 35px; }
h3 { font-size: 16px; line-height: 20px; }
h4 { font-size: 14px; line-height: 14px; }
.text14{ line-height:32px;}
.left {
	text-align: left;
}
.colorred{ color:#F00}
.center {
	text-align: center;
}
.nodisplay{ display:block;}
.flat-button {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 0 44px;
    font-weight: 600;
    border: 2px solid transparent;
    letter-spacing: 1.7px;
    line-height: 45px;
    background-color: #394348;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.flat-button:hover {
	background-color: #0355a6;
	color: #fff;
}

.wrap-button.s1 {
	text-align: center;
	margin-top: 55px;
	padding-right: 3px;
}

.wrap-button.s2 {
	margin-top: 0;
	padding-right: 0;
}

.wrap-button.s2 .flat-button {
    position: relative;
    display: inline-block;
    margin-top: 26px;
    font-size: 13px;
    color: #fff;
    padding: 7px 32px 7px 18px;    
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background-color: #0355a6;
    line-height: normal;
    letter-spacing: 0;
}

.wrap-button.s2 .flat-button:after {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    right: 13px;
    top: 11px;
    font-weight: normal;
    font-size: 12px;
}

.wrap-button.s2 .flat-button:hover {
	background-color: #2e363a;
}


.top {
	background-color: #3a526a;
	color: #ffffff;
	font-size: 12px;
	padding: 10px 0;
}

.flat-infomation {
	float: left;
	line-height: 25px;
}

.flat-infomation li {
	display: inline-block;
	position: relative;
}

.flat-infomation li a,
.flat-questions a {
	color: #ffffff;
}

.flat-infomation li a:hover,
.flat-questions a:hover {
	color: #0355a6;
}


.flat-infomation li.phone {
	padding: 0 15px 0 17px;
    border-right: 1px solid #617588;
    font-weight: 400;
    line-height: 1.3;
}

.flat-infomation li:before,
.flat-questions a.questions:before {
	content: "\f095";
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: 'FontAwesome';
}

.flat-infomation li.email {
	padding-left: 18px;
	margin-left: 13px;
}

.flat-infomation li.email:before {
	content: "\f0e0";
	left: 0;
}

.flat-questions {
	float: right;
}

.flat-questions a.questions {
	margin-right: 25px;
	position: relative;
	padding-left: 20px;
}

.boxed.blog-single .flat-questions a.questions {
    margin-right: 25px;
}

.boxed.blog .flat-questions a.questions {
    margin-right: 25px;
}

.flat-questions a.questions:before {
	content: "\f059";
	top: -3px;
	left: 0px;
}


.flat-questions a.appointment {
	background-color: #0355a6;
	font-size: 14px;
	padding: 11px 27px 12px 27px;
	font-weight: 600;
	letter-spacing: 0;
}

.flat-questions a.appointment:hover {
	background-color: #2e363a;
	color: #ffffff;
}

.tp-bannertimer {
	display: none;
}


.home-boxed .boxed {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 16px 1px #7f7f7f;
    overflow: hidden;
}


.header.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgb(255,255,255,0.97);
	width: 100%;border-bottom:4px solid #006ec1
}

.logo {
	margin-top: 15px;
}
.flat-row{padding-bottom:40px;}

.top_logo{width: auto;float: left; }
.top_logo h1{width:100px;height:68px;float: left; font-size:14px;margin-right:8px; margin-top:10px;}
.slogan{float: left;border-left: 1px #ccc solid;margin-top: 15px;padding: 3px 0 3px 15px}
.slogan dd{font-size: 15px;color: #272727;display: block;line-height: 1.6em; font-weight:300;text-shadow:3px 2px 6px #6a6a6a;}
.slogan dd span{font-size: 15px;color: #272727;display: block;line-height: 1.6em;text-shadow:3px 2px 6px #6a6a6a;}
.slogan dt{font-size: 15px;color: #333;display: block}
.aboutcontent{ line-height:28px; font-size:15px;}
.homeAboutTitle{ text-align: center; padding:40px 0;}
.homeAboutTitle h2{ color: #0355a6; font-size: 42px; padding:1.83% 0 0.5% 0; font-family:Impact,Verdana, Geneva, sans-serif }
.homeAboutTitle .text{ color: #020b14; font-size: 30px; line-height: 20px;}
.homeAboutTitle .linex{ padding-top: 1.333%; text-align: center; line-height: 0; }
.homeAboutTitle .linex span{ display: inline-block; vertical-align: top; width: 98px; height: 1px; background-color: #b2b2b2;}
@media screen and (max-width:1229px){
    .homeAboutTitle .eng{ font-size: 14px; }
    .homeAboutTitle h2{ font-size: 24px; }
    .homeAboutTitle .text{ font-size: 14px; }
    .homeAboutTitle .line span{ width: 78px; }
}
@media screen and (max-width:767px){
    .homeAboutTitle .eng{ font-size: 13px; }
    .homeAboutTitle h2{ font-size: 15px; }
    .homeAboutTitle .text{ font-size: 23px; }
    .homeAboutTitle .line span{ width: 42px; }
}


.nav-wrap {
	float: right;
}


.page-title {
	padding: 10px 0 10px;
	background-color: #f8f8f8;
}

.page-title .page-title-heading {
	float: left;
}

.page-title .page-title-heading .h1-title {
	color: #2e363a;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: 0.6px;
	font-family: "Microsoft YaHei"
}

.page-title .breadcrumbs {
	float: right;
}

.page-title .breadcrumbs li {
	display: inline-block;
	line-height: 38px;
}

.page-title .breadcrumbs li a {
	color: #0355a6;
	letter-spacing: -0.2px;
}

.page-title .breadcrumbs li:last-child a {
	color: #a9a9a9;
}

.page-title .breadcrumbs li a:hover {
	color: #a9a9a9;
}

.page-title .breadcrumbs li:last-child a:hover {
	color: #a9a9a9;
}

.page-title .breadcrumbs li a i {
	padding: 0 5px 0 9px;
}


.main-content {
	margin: 50px 0 39px;
}

.wrap-post {
	margin: 0 -15px;
	overflow: hidden;
}

article.post.s1 {	
	margin-bottom: 40px;
	position: relative;
	float: left;
	width: 50%;
	padding: 0 15px;
}

article.post .featured-post ul.post-date {
	position: absolute;
	top: 0;
	left: 45px;
	background-color: #E4511E;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 2px 10px 7px 12px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.post .featured-post ul.post-date .day {
	font-size: 30px;
	margin-top: 2px;
    margin-bottom: 2px;
}

article.post .content-post {
	padding: 35px 30px 20px 30px;
	position: relative;
	background-color: #f7f7f7;
}

article.post .content-post:after {
	content: '';
	position: absolute;
	width: 64px;
	height: 5px;
	background-color: #0355a6;
	top: 0px;
	left: 30px;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.post:hover .featured-post ul.post-date {
	background-color: #0355a6;
}

article.post .content-post h4 {
	margin-bottom: 18px;
	font-weight: 600;
	font-size: 16px;
}

article.post .content-post .more-link {
	margin-top: 19px;
}

article.post .content-post .more-link a {
	background-color: #2e363a;
	border-radius: 3px;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
    padding: 0 38px 3px;
    letter-spacing: 0;
    color: #ffffff;
}

article.post .content-post .more-link a:hover {
	background-color: #0355a6;
}


.blog-single-pagination {
	margin: 12px 0 10px;
}

.flat-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.flat-pagination li a {
	line-height: 20px;
	background-color: #f7f7f7;
	padding: 0 15px;
	display: block;
	line-height: 41px;
	width: 40px;
	text-align: center;
}

.flat-pagination li a:hover,
.flat-pagination li a.active {
	background-color: #0355a6;
	color: #ffffff;
}


#footer {
	background-color: #f4f4f4;
}

.widget-infomation {
	border-bottom: 1px solid #e0e0e0;
	padding: 22px 0 26px 0;
}

.widget-infomation ul.infomation-footer li {
	display: block;
	margin-bottom: 3%;
}

.widget-infomation ul.infomation-footer li a {
	color: #e5e5e5;
}

.widget-infomation ul.infomation-footer li a:hover {
	color: #0355a6;
}

.widget-infomation ul.infomation-footer li i.fa {
	background-color: #0355a6;
	color: #414141;
	width: 40px;
	line-height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	text-align: center;
	font-weight:500;
}

.widget-box {
	padding: 52px 0 17px;
}

.widget-box .widget-text p {
	color: #ffffff;
	margin-bottom: 20px;
}

.widget-box .widget-services .one-half {
	width: 25%;
	float: left;
	margin-top: 2px;
}
.widget-box .widget-services .one-half span {


	color: #414141;
	line-height:25px;
	padding-bottom:15px;
	display:block;
	
}
.widget-box .widget-services .one-half.first {
	padding-left: 16px;
	margin-top: 1px;
}
.widget-box .widget-services .one-half li,.widget-box .widget-services .one-half ul{list-style:none;}
.widget-box .widget-services .one-half li {
	position: relative;
	margin-bottom: 11px;
	color: #cccccc;
	list-style:none;
}



.widget-box .widget-services .one-half li a {
	color: #747474;
	font-weight:300;
	
}

.widget-box .widget-services .one-half li a:hover {
	color: #0355a6;
}





.footer-bottom {
	padding: 10px 0;
	font-size:14px; line-height:22px;
	background:#005ea5
}
.footer-bottom .copyright {
	color: #e3e3e3;
	font-weight:300;font-size:13px;
	text-align:center;
}
.footernr{font-size:14px; line-height:28px;}
.footernr .ewm{width:50%; float:left}
.footernr .addresstel{width:48%; float:right}
.footer-bottom .copyright a,
.footer-bottom .menu-footer li a {
	color: #e3e3e3;
}

.footer-bottom .copyright a:hover,
.footer-bottom .menu-footer li a:hover {
	color: #0590e3;
}

.footer-bottom .menu-footer {
	float: right;
}

.footer-bottom .menu-footer li {
	display: inline-block;
	margin-left: 28px;
}

article.main-post {
	padding: 29px 0;
    border-bottom: 1px solid #eff0f4;
    margin-bottom: 21px;
}

article.main-post:first-child {
	padding: 0 0 29px;
}


.entry-post-title .post-title {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 4px;
	letter-spacing: 0;
}

.entry-post-title ul.entry-meta li {
	display: inline-block;
	padding-left: 27px;
    padding-right: 10px;
	border-right: 1px solid #eff0f4;
	line-height: 1;
	position: relative;
	margin-left: 13px;
}

.entry-post-title ul.entry-meta li:first-child {
	margin-left: 0;
}

.entry-post-title ul.entry-meta li:last-child {
	border-right: none;
}

.entry-post-title ul.entry-meta li:before {
	content: "\f017";
	font-family: "Fontawesome";
	position: absolute;
	top: -1px;
	left: 3px;
	font-size: 15px;
	color: #888;
}

.entry-post-title ul.entry-meta {
	margin-bottom: 33px;
}

.entry-post-title ul.entry-meta li.date:before {
	left: 2px;
}

.entry-post-title ul.entry-meta li.author:before {
	content: "\f007";
}

.entry-post-title ul.entry-meta li.categories:before {
	content: "\f115";
}

.entry-post-title ul.entry-meta li.comment:before {
	content: "\f0e6";
}

.entry-post-title ul.entry-meta li a {
	color: #888;
}

.entry-post-title ul.entry-meta li a:hover {
	color: #0355a6;
}


article.main-post .featured-post {
	margin-bottom: 30px;
}


article.main-post .entry-content a.more-link {
	background-color: #0355a6;
    color: #ffffff;
    line-height: 45px;
    padding: 0 37px 0 19px;
    display: inline-block;
    border-radius: 2px;
    margin: 25px 0 20px;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}

article.main-post .entry-content a.more-link:before {
	content: "\f054";
	font-family: 'FontAwesome';
	position: absolute;
	top: 49%;
	right: 14%;
	font-size: 13px;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	 -o-transform: translateY(-50%);
    	 	transform: translateY(-50%);
   -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.main-post .entry-content a.more-link:hover:before {
	right: 10%;
}

article.main-post .entry-content a.more-link:hover {
	background-color: #3a526c;
}

.blog-pagination {
	margin: 50px 0 10px;
}


.sidebar.right {
	padding-left: 30px;
}

.sidebar .widget {
	margin-bottom: 50px;
	overflow: hidden;
}


.widget .widget-title {
	font-size: 24px;
	padding-bottom: 17px;
	margin-top: 20px;
	margin-bottom: 34px;
	color: #333333;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
}

.widget .widget-title:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	background-color: #0355a6;
	bottom: -1px;
	left: 0px;
	border-radius: 2px;
}


.widget-recent ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}

.widget-recent ul li:first-child {
	padding-top: 0;
}

.widget-recent ul li a {
	font-weight: 600;
}

.widget-recent ul li span {
	display: block;
	margin-top: 5px;
	color: #b9c1cf;
}


.widget-categories ul li {
	padding: 13px 0 12px 16px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.widget-categories ul li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #333333;
	top: 47%;
	left: 0;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	 -o-transform: translateY(-50%);
    	 	transform: translateY(-50%);
    
}

.widget-categories ul li a {
	letter-spacing: 0.3px;
}


.widget-brochure {
	padding: 28px 27px 13px 24px;
	border: 1px solid #999999;
}

.widget-brochure .brochure-box-title {
	margin-bottom: 18px;
}

.widget-brochure .brochure-box-title p {
	font-size: 13px;
}

.widget-brochure .brochure-box-title .brochure-title {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	padding-bottom: 10px;
}

.widget-brochure .btn-download a {
	display: block;
	background-color: #3a526c;
	line-height: 45px;
	padding: 0 19px;
	margin-bottom: 18px;
	border-radius: 4px;
	position: relative;
	color: #ffffff;
	letter-spacing: 0.2px;
}

.widget-brochure .btn-download a:hover {
	background-color: #0355a6;
}

.widget-brochure .btn-download a:after {
	content: "\f1c1";
	font-family: 'FontAwesome';
	position: absolute;
	top:  1px;
	right: 19px;
}

.widget-brochure .btn-download a.doc:after {
	content: "\f1c2";
}


.widget-tags .tag-cloud a {
	display: inline-block;
	background-color: #0355a6;
	border-radius: 4px;
    padding: 7px 20px;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #ffffff;
}

.widget-tags .tag-cloud a:hover {
	background-color: #3a526c;
}


.sidebar.left .widget {
    margin-bottom: 50px;
    overflow: hidden;
}

.sidebar .widget.widget_nav_menu ul li {
    display: block;
    padding: 12px 0 11px 25px;
    margin-bottom: 2px;
    color: #222222;
    font-weight: 700;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    background-color: #f1f1f1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 35px;
    letter-spacing: 0.4px;
}

.sidebar .widget.widget_nav_menu ul li.active, 
.sidebar .widget.widget_nav_menu ul li:hover {
    background-color: #3a526a;
    color: #fff;
}

.sidebar .widget.widget_nav_menu ul li.active a,
.sidebar .widget.widget_nav_menu ul li:hover a {
	color: #fff;
}

.widget-brochure.services {
	padding: 28px 24px 13px 24px;
	border: 1px solid #999999;
}

.widget-brochure.services .brochure-box-title p {
    margin-right: -5px;
}


.header {
	position: relative;
	background:grb(255,255,255,0.9);	
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
			
}


.tp-banner-container .tp-banner img {
	height: 700px;
}
#fullSlide2{height:20vh; overflow:hidden}

.pd-imagebox {
	padding: 60px 0;
}
.pd-imagebox1 {
	padding: 0px 0 60px;
}
.imagebox-image {
	position: relative;
}



.bg-theme {
	background-color: #f7f7f7;
}


.flat-iconbox {
	padding: 80px 0 75px;
}

.height80 {
	height: 70px;
}



.flat-owl-stage {
	padding: 50px 0 70px;
}

.iconbox-slider .slides {
	margin-top: 15px;
}


.flat-callback {
	padding: 84px 0 70px;
	background-color: #0355a6;
}

.text-block-callback {
	text-align: right;
}

.text-block-callback h2 {
	font-size: 30px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 27px;
	font-weight: 600;
}

.text-block-callback .text-callback-content {
	color: #ffffff;
}


.flat-callback-form {
	padding-left: 30px;
}

.flat-callback-form .flat-field {
	margin: 0 -10px;
	padding-right: 75px;
}

.flat-callback-form .flat-field .field-one-half {
	width: 50%;
	padding: 0 10px;
	float: left;
}

.flat-callback-form .flat-field .field-one-half.field-email {
	margin-right: 0;
}

.flat-callback-form .flat-field .field-one-half label {
	color: #cccccc;
	margin-bottom: 10px;
}

.flat-callback-form .flat-field .field-one-half select {
	padding: 14px;
}

.flat-callback-form .flat-field .field-one-half select,
.flat-callback-form .flat-field .field-email input,
.flat-callback-form .flat-field .field-phone input {
	height: 50px;
	margin-bottom: 30px;
}

.flat-callback-form .flat-field .field-email input {
	margin-top: 35px;
	border-radius: 4px;
}

.flat-callback-form .flat-field .field-submit button.button-submit-field {
	text-transform: capitalize;
	padding: 0 30px;
	height: 50px;
	background-color: #FB4500;
}

.flat-callback-form .flat-field .field-submit button.button-submit-field:hover {
	background-color: #0498E3;
	border-color: #0498E3;
}

.flat-callback-form select {
    background-image: url(../images/icon-arrow-select.png);
    background-position: 96% 49%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #555;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  	color: #555;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  	color: #555;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  	color: #555;
	opacity: 1;
}

.flat-form-info input:-moz-placeholder,
.flat-form-info textarea:-moz-placeholder,
.flat-form-info input::-moz-placeholder,
.flat-form-info textarea::-moz-placeholder {
  	color: #c1c1c1;
	opacity: 1;
}

.flat-form-info input:-ms-input-placeholder,
.flat-form-info textarea:-ms-input-placeholder {
  	color: #c1c1c1;
}

.flat-form-info input::-webkit-input-placeholder,
.flat-form-info textarea::-webkit-input-placeholder {
  	color: #c1c1c1;
	opacity: 1;
}


.map {
    width: 100%;
    height: 454px;
}


.flat-carousel .owl-controls .owl-nav div.owl-prev {
    left: -25px;
    background-color: transparent;
}

.flat-carousel .owl-controls .owl-nav div.owl-next {
    right: -45px;
    background-color: transparent;
}

.flat-carousel .owl-controls .owl-nav div.owl-prev:before, 
.flat-carousel .owl-controls .owl-nav div.owl-next:before {
    font-family: "Ionicons";
    font-size: 30px;
    color: #ccc;
}

.flat-carousel .owl-controls .owl-nav div.owl-prev:before {
    content: "\f3d2";
}

.flat-carousel .owl-controls .owl-nav div.owl-next:before {
    content: "\f3d3";
}


.flat-progress {
    position: relative;
    margin-bottom: 30px;
}

.flat-progress .name {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 700;
}

.flat-progress .progress-bar {
    background-color: #f5f5f5;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.flat-progress .perc {
    width: 0;
    text-align: right;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.flat-progress .perc.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.flat-progress .progress-animate {
    background-color: #0355a6;
    height: 10px;
    width: 0;
    border-radius: 5px;
}


.flat-news {
	padding: 50px 0 49px;
}

.flat-news-s2 {
	padding: 45px 0 113px;
}

.flat-news.s3 {
	padding: 3px 0 50px;
}

.flat-news .title-section h2 {
	margin-bottom: 16px;
	font-family: "Microsoft YaHei"
}

.flat-news.s3 .title-section h2 {
    margin-bottom: 10px;font-family: "Microsoft YaHei";
}

article.post.style2 .featured-post,
article.post.style3 .featured-post,
.news-small .news-small-image {
	position: relative;
}

article.post.style2 .featured-post:before,
article.post.style3 .featured-post:before,
.news-small .news-small-image:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 30px;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	z-index: 999;
	opacity: 0;
	-webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	 -o-transform: translateX(-50%);
    	 	transform: translateX(-50%);
}

article.post.style2 .featured-post:after,
article.post.style3 .featured-post:after,
.news-small .news-small-image:after {
	content: '';
	position: absolute;
	height: 30px;
	width: 1px;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	z-index: 999;
	opacity: 0;
	-webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	 -o-transform: translateY(-50%);
    	 	transform: translateY(-50%);
}

article.post.style2:hover .featured-post:after,
article.post.style2:hover .featured-post:before,
article.post.style3:hover .featured-post:after,
article.post.style3:hover .featured-post:before,
.news-small:hover .news-small-image:before,
.news-small:hover .news-small-image:after {
	opacity: 1;
}

article.post.style2 .featured-post a.post-image,
.news-small .news-small-image a.post-image-small {
	position: relative;
	height: 100%;
	display: block;
}

article.post.style2 .featured-post a.post-image:after,
article.post.style3 .featured-post a:after,
.news-small .news-small-image a.post-image-small:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.post.style2:hover .featured-post a.post-image:after,
article.post.style3:hover .featured-post a:after,
.news-small:hover .news-small-image a.post-image-small:after {
	opacity: 0.5;
}

article.post.style2 .featured-post ul.post-date {
	 left: 29px;
}



.widget.widget-recent-news li {
    margin-bottom: 18px;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}

.widget.widget-recent-news li:last-child {
    border-bottom: 0;
}

.widget.widget-recent-news .thumb {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
}

.widget.widget-recent-news .thumb a {
    position: relative;
    display: block;
    background: #000000;
}

.widget.widget-recent-news .thumb a:after,
.widget.widget-recent-news .thumb a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    top: 50%;
    left: 50%;
    z-index: 9999;
    margin-top: -15px;
    margin-left: -1px;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.widget.widget-recent-news .thumb a:before {
    height: 1px;
    width: 30px;
    margin-top: -1px;
    margin-left: -15px;
}

.widget.widget-recent-news li:hover a:before, 
.widget.widget-recent-news li:hover a:after {
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.widget.widget-recent-news .thumb a img {
    -webkit-transition: all 0.2s ease-in-out 0s;
       -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
         -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
}

.widget.widget-recent-news li:hover img {
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    filter: alpha(opacity=40);
}

.widget.widget-recent-news li .text h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.widget.widget-recent-news li .text p {
    margin-bottom: 0;
    font-size: 13px;
    color: #b9c1cf;
}



.flat-client {
	padding: 61px 0 70px;
}

.flat-client ul li:first-child {
	margin-left: 20px;
}

.flat-client ul li:last-child {
	margin-right: 0;
}

.flat-client ul li {
	display: inline-block;
	margin: 0 33px;
}


.top.style2 {
	background-color: #ffffff;
	padding: 0;
	color: #333333;
}

.top.style2 .logo {
	margin-top: 9px;
	line-height: 126px;
}

.top.style2 .flat-open-hours {
	width: 50%;
	float: left;
}

.top.style2 .flat-open-hours,
.top.style2 .flat-address {
	margin-top: 46px;
}

.top.style2 .flat-open-hours .icon,
.top.style2 .flat-address .icon {
	float: left;
    margin-right: 13px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #333333;
    border-radius: 50%;
    font-size: 21px;
}

.top.style2 .flat-open-hours .text,
.top.style2 .flat-address .text {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}

.top.style2 .flat-open-hours .text span,
.top.style2 .flat-address .text span {
	font-size: 12px;
	font-weight: normal;
	color: #535353;
}


.top.style2.v1 .logo {
    margin-top: 0;
    line-height: 0;   
}

.top.style2.v1 .flat-open-hours, 
.top.style2.v1 .flat-address {
    margin-top: 0;
}

.top.style2.v1 {
	padding: 30px 0 60px;
}


.head_nav.fix {
  left: 0;
  max-width: 100%;
  overflow: visible;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000;
}




.flat-counter {
	padding: 95px 0 100px;
	position: relative;
}

.flat-counter .container {
	z-index: 99;
	position: relative;
}

.counter {
	text-align: center;
	color: #ffffff;
	z-index: 10;
}

.counter .counter-content {
	margin-bottom: 9px;
}

.counter .counter-content .counter-number {
	font-size: 50px;
	font-weight: 600;
	line-height: 50px;
}

.counter .name {
	font-weight: 600;
}

.flat-counter .overlay {
	position: absolute;
	content: '';
	background-color: #333333;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	z-index: 1;
}


.progress-item {
    position: relative;
    margin-bottom: 30px;
}

.progress-item .name {
    position: absolute;
    left: 0;
    top:0;    
    font-size: 14px;        
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.progress-item .perc {
    font-weight: 400;
    text-align: right   
}

.progress-item .progress-animate {
    background-color: #0355a6;
    height: 10px;
    width: 0;   
    border-radius: 5px;
}

.progress-item .progress-bar {
    background-color: #f5f5f5;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;   
    -webkit-box-shadow: none;
      -moz-box-shadow: none;
           box-shadow: none;
}

.progress-item .progress-bar {
	background-color: #f7f7f7;
	line-height: 24px;
	font-size: 12px;
}

.progress-item .perc {
    width: 0;
    text-align: right;
      opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
       -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
         -o-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
}

.progress.item .perc.show {
       opacity: 1;
}


.flat-progress-accordion {
	padding: 80px 0;
}


.progres, .accordion {
	background-color: #ffffff;
	border: 1px solid #ebebeb;
	padding: 60px 30px 50px 31px;
}

.progres .progress-title h2,
.accordion .accordion-title h2 {
	font-size: 32px;
	font-weight: 600;
	color: #222222;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
	letter-spacing: 0px;
}

.progres .progress-title h2:after,
.accordion .accordion-title h2:after {
	content: '';
	position: absolute;
	height: 5px;
	width: 50px;
	background-color: #0355a6;
	bottom: 0;
	left: 0;
}

.progres .progress-content {
	margin-bottom: 43px;
}



article.post.style2 .content-post:after {
	top: 0;
}

article.post.style2 .content-post h4 {
    margin: 0 0 18px;
}

article.post.style2 {
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.post.style2:hover .post-date {
	background-color: #0355a6;
}

article.post.style2:hover {
	margin-top: -3px;
	background-color: #ffffff;
	box-shadow: 0 0 15px #ddd;
}

article.post.style2:hover .content-post {
	background: #fff;
}


.flat-block-quote {
	padding: 68px 0;
}

.flat-block-quote-slider {
	border-radius: 5px;
	box-shadow: 0px 26px 16px 0px rgba(0, 0, 0, 0.27);	
	background-color: #ffffff;
	filter: Alpha(opacity=90);	
	opacity: 0.9;
}

.block-quote {	
	text-align: center;
	padding: 60px 45px 105px; 
}


.block-quote .quote-content {
	position: relative;
}

.block-quote .quote-content:before {
	content: "\f10d";
	font-family: "Fontawesome";
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 20px;
	color: #ffffff;
	background-color: #0355a6;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	transform: translateX(-50%);
}

.block-quote .quote-content blockquote {
	padding: 80px 28px 36px 55px;
	font-size: 16px;
	color: #666666;
	line-height: 27px;
}

.block-quote .quote-content .quote-author .author-name {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 3px;
}

.flat-block-quote-slider .flex-control-nav {
    bottom: 46px;
    padding-right: 31px;
}

.flat-block-quote-slider .flex-control-nav li {
    margin: 0 3px;
}

.flat-block-quote-slider .flex-control-paging li a {
    width: 6px;
    height: 6px;
    display: block;    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a.flex-active {
	top: -2px;
    position: relative;
	width: 10px;
    height: 10px;
    background: #0355a6;
    cursor: default;
    background: transparent;
    -webkit-box-shadow: inset 0 0 5px rgba(24, 186, 96, 1);
       -moz-box-shadow: inset 0 0 5px rgba(24, 186, 96, 1);
         -o-box-shadow: inset 0 0 5px rgba(24, 186, 96, 1);
            box-shadow: inset 0 0 5px rgba(24, 186, 96, 1);
}


.flat-benefit {
	
	padding: 96px 0px 0;
	position: relative;
}

.flat-benefit:before {
	content: '';
	position: absolute;
	background: #ffffff;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.height24 {
	height: 24px;
}

/* Testimonials
-------------------------------------------------------------- */
.flat-testimonials {
	padding: 73px 0 62px ;
}

/* Flat News Layout3 Style3
-------------------------------------------------------------- */
.title-section.style3 h2:after {
	background-color: transparent;
}

.wrap-article {
	margin: 0 -15px;
}

article.post.style3 {
	background-color: transparent;
	width: 50%;
	float: left;
	padding: 0 15px;
}

article.post.style3 .featured-post {
	float: left;
	margin-right: 25px;
	position: relative;
}


article.post.style3 .featured-post ul.post-date {
	left: 30px;
}

article.post.style3 .content-post {
	padding: 0;
	background-color: transparent;
	overflow: hidden;
}

article.post.style3 .content-post:after {
	background-color: transparent;
}

article.post.style3 .content-post h4 {
	margin: 0;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

article.post.style3 .content-post h4 a {
	color: #2e363a;
}

article.post.style3 .content-post h4 a:hover {
	color: #0355a6;
}

article.post.style3 .content-post .entry-post {
	padding-left: 1px;
	margin-bottom: 19px;
}

article.post.style3 .news-button.style3 {	
	font-weight: 600;
    letter-spacing: 0.8px;
    padding-left: 5px;
}

article.post.style3 .news-button.style3 a {
	color: #0355a6;
	line-height: 28px;
	position: relative;
}

article.post.style3 .news-button.style3 a:after {
	content: "\f30f";
	font-size: 18px;
	font-family: "Ionicons";
	position: absolute;
	right: -20px;
	color: #0355a6;
	font-weight: normal;
	-webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

article.post.style3 .news-button.style3 a:hover:after {
	right: -30px;
}

/* Flat News Post Style4
-------------------------------------------------------------- */
article.post.style4 {
    background-color: transparent;
    width: auto;
    float: none;
    padding: 0 0;
}

article.post.style4 .featured-post ul.post-date {
    left: 46px;
}

article.post .content-post {
    padding: 33px 30px 20px 30px;
}

/* Services widget
-------------------------------------------------------------- */
.one-half1 {
	width: 100%;
	float: left;
}
.one-half {
	width: 50%;
	float: left;
}
.input-info{width:100%}
.wrap-one-half.services .one-half.v1 {
	padding: 0 17px 0 0;
}

.wrap-one-half.services .one-half.v2 {
	padding-right: 0;
}

.wrap-one-half.services .one-half {
	padding: 0 15px;
}

.wrap-one-half.services {
	margin: 0 -15px;
	padding-left: 45px;
	padding-right: 47px;
	overflow: hidden;
}

.box-content .title {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	margin: 9px 0;
}

.box-content .flat-list li {
    position: relative;
    padding-left: 25px;
    line-height: 30px;
}

.box-content .flat-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #0355a6;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    padding-top: 1px;
    line-height: normal;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.flexslider .flex-direction-nav a {
    opacity: 0;
    color: transparent;
    text-shadow: none;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

.flexslider:hover .flex-direction-nav a {
	opacity: 0.7;
}

.flexslider.s1 {
	 margin: 4px 3px 87px 5px;
}

.flexslider {
    
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    border-radius: 4px;
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

/* about v1
-------------------------------------------------------------- */
.wrap-main-post.about-v1 {
	padding: 0 10px 0 30px; ;
}

.about-v1 .entry .feature-post {
    display: inline-block;
    float: left;
    margin: 0 31px 0 0;
}

.content-post .position {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
    color: #999999;
}

.content-post .title-post {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

/* about v3
-------------------------------------------------------------- */
.wrap-main-post.about-v3 {
	padding: 0 29px 0 30px; ;
}

.flexslider.s2 {
	margin-bottom: 119px;
}

.flexslider .flex-direction-nav li a:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #ffffff;
    left: 13px;
    position: absolute;
}

.flexslider .flex-direction-nav li a.flex-next:before {
    content: "\f054";
}

.flat-text-block-timeline {
	margin-bottom: 46px;
}

.flat-text-block-timeline .year {
    font-size: 23px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #0355a6;
    margin-bottom: 38px;
    position: relative;
}

.flat-text-block-timeline .year:after {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 90px;
    height: 1px;
    background-color: #dfdfdf;
    content: "";
}

.flat-text-block-timeline .flat-timeline-content {
    padding-left: 90px;
}

.flat-timeline-content .box-content .title {
    margin: 9px 0;
}

/* contact v1
-------------------------------------------------------------- */
.contact-info .info {
	margin-bottom: 3%;
	font-size:16px; color:#636363; line-height:30px;
}
.contact-info .info-address {
	color:#FB4500
	 
}

.contact-info .info .title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 7px;
    color: #0355a6;
}

.flat-form-info {
	margin: 0 -10px;
}

.form-info .one-half {
    padding: 0 10px;
}

.form-info input[type="text"], 
.form-info input[type="email"], 
.form-info input[type="phone"], 
.form-info textarea {
    background-color: #f7f7f7;
    font-size: 14px;
    color: #c1c1c1;
    border: 1px solid #e6e6e6; 
    border-radius: 0; 
    margin-bottom: 30px;  
	width:100%;
	text-indent:12px;
}

.form-info input:focus,
.form-info textarea:focus {
	border: 1px solid #0355a6;
}

.form-info input {
	height: 50px;
	width: 100%;
	border-radius: 0;
}

.form-info textarea {
    height: 288px;
    padding: 15px 0 0 15px;
}

.form-info input[type="submit"] {
	color: #fff;
	letter-spacing: 2px;
    font-size: 13px;
    height: 45px;
	background:#424242
}

.form-info input[type="submit"]:hover {
	background-color: #F00;
	border-color: #F00;
	color: #fff;
}


/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}

.parallax1 { background-image: url(../images/parallax/bg-parallax1.jpg); background-repeat: no-repeat;}

.parallax2 { background-image: url(../images/parallax/bg-parallax2.jpg); background-size: cover;}

.parallax3 { background-image: url(../images/parallax/bg-parallax3.png); background-size: cover;}

.parallax.overlay-s1 .overlay-parallax {
    background-color: #333333;
 	opacity: 0.8;
}

.parallax .overlay-parallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* padding section */
.pd-imagebox-s3 {
	padding: 100px 0; 
}

.flat-imagebox.style2 {
    padding: 50px 0 50px;
}

.pd-portfolio-s1 {
	padding: 49px 0 74px;
}


.pd-portfolio-s2 {
	padding: 49px 0 72px;
}

.pd-portfolio-s3 {
    padding: 49px 0 70px;
}

.pd-services-post {
	padding: 60px 0 41px;
}

.pd-services-widget {
	padding: 50px 0 49px;
}

.pd-about-post {
	padding: 50px 0 113px;
}

.pd-aboutv3 {
	padding: 50px 0 49px;
}

.pd-about-team {
	padding: 59px 0 90px;
}

.pd-contact-v1 {
	padding: 40px 0 10px;
}

.pd-contact-v2 {
	padding: 40px 0 58px;
}

.pd-title-section {
	padding: 59px 0 0;
}

.dividers {
	width: 100%;
	height: 50px;
	overflow: hidden;
}

.blog-single-post {
	margin: 50px 0 39px;
}

.dividers-pagination {
	height: 40px;
}

.dividers.portfolio {
	height: 42px;
}

.dividers.dividers-imagebox {
	height: 79px;
}

.dividers.dividers-imagebox.v1 {
	height: 81px;
}

.dividers.dividers-bc-v1 {
	height: 24px;
}

.dividers.dividers-bc-v2 {
	height: 44px;
}

.dividers.dividers-bc-v3 {
	height: 20px;
}

.dividers.dividers-bc-v4 {
	height: 50px;
}

.dividers.dividers-about-post {
	height: 115px;
}

.dividers.dividers-about-team {
	height: 61px;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	background-color: #373737;
   	z-index: 1000;
   	position: absolute;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #717171;
   	cursor: pointer;
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 15px;
   	color: #fff;
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #1d2738;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    border-top: 1px solid #0064bc;
    background-color: #0157a6;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   	padding-left: 45px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 30px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 28px 0px 18px 20px;
	width: 26px;
	height: 16px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #0355a6;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: "";
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #fff;
}

.btn-submenu.active:before {
   content: "\f106";
}

.btn-menu {
   display: none; 
}


.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 15px;   
   	width: 40px;
   	height: 40px;
   	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
        -ms-border-radius: 2px;
         -o-border-radius: 2px;
    		border-radius: 2px;
   	cursor: pointer;   
    background-color: rgba(0, 0, 0, 0.4);
   	line-height: 40px;
   	text-align: center;   	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
    
}

.go-top.show {
	right: 15px;
	bottom: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.go-top i {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 3px;	
}

.go-top:hover {
    background-color: #0355a6;
}

.go-top:hover i {
	color: #fff;
}


.preloader {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.clear-loading {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.loading-effect-2 {
	width: 100px;
	height: 100px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #0355a6;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: transparent;
	-webkit-animation: effect-2 2s infinite linear;
	   -moz-animation: effect-2 2s infinite linear;
	    -ms-animation: effect-2 2s infinite linear;
	     -o-animation: effect-2 2s infinite linear;
	        animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
	width: 75%;
	height: 75%;
	border-right-color: transparent;
}

.loading-effect-2 > span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		   -moz-transform: rotate(360deg);
		    -ms-transform: rotate(360deg);
			 -o-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

@keyframes effect-2 {
  from {
		-webkit-transform: rotate(0deg);
		   -moz-transform: rotate(0deg);
		    -ms-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
				transform: rotate(0deg);
	}	to {
		-webkit-transform: rotate(360deg);
		   -moz-transform: rotate(360deg);
		    -ms-transform: rotate(360deg);
	       	 -o-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

.switcher-container {
   position: fixed;
   right: 0;
   top: 137px;
   width: 220px;
   background-color: #000;
   z-index: 99999999;
}

.switcher-container h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
    text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding-left: 45px;
    padding-right: 0;
	margin: 0;
}

.switcher-container h2 a {
   background-color: #000;
   display: block;
   position: absolute;
   left: -45px;
   top: 0;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   outline: 0;
   color: #fff;
   -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
	left: 0;
}

.switcher-container h2 a.active:after {
	position: absolute;
	right: 21px;
	top: 0;
	content: "\f105";
	font-family: "FontAwesome";
	color: #0355a6;
	font-size: 22px;
}

.switcher-container h2 a.active i {
	display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
   	margin-top: 10px;
   	font-size: 25px;
   	color: #0355a6;
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear; 
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
	color: #fff;
}

.switcher-container h3 {
   font-size: 12px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 10px;
}

.switcher-container .selector-box {   
   color: #fff;
   overflow: hidden;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
	background-color: #272727;
	padding: 21px 0 30px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even {
	background-color: #191919;
	padding: 21px 0 25px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even a {	
	font-family: "Karla", sans-serif;
    text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	margin-right: 10px;
	letter-spacing: 1.8px;
}

.sw-even a:hover {
	background-color: #32bfc0;
	border: 1px solid #32bfc0;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {	
	font-size: 16px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 17px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors a {
	position: relative;
	width: auto;
	padding: 0;	
	width: 30px;
	height: 30px;
	background-color: #333;	
	display: inline-block;
	margin-right: 5px;	
	overflow: hidden;
}

.sw-odd .ws-colors a.current:before {
	position: absolute;
    left: 8px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	z-index: 999;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}


.sw-odd .ws-colors #color1 {
	background-color: #0355a6;
}

.sw-odd .ws-colors #color2 {
	background-color: #247fe1;
}

.sw-odd .ws-colors #color3 {
	background-color: #f87b27;
}

.sw-odd .ws-colors #color4 {
	background-color: #e33062;
}

.sw-odd .ws-colors #color5 {
	background-color: #29c2e1;
}

.sw-odd .ws-colors #color6 {
	background-color: #9b23ea;
}

.sw-odd #color2 {
	background-color: #333;
}

.sw-odd .ws-colors a#color2:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #ff5f2e;
}

.sw-odd #color3 {
	background-color: #333;
}

.sw-odd .ws-colors a#color3:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #30a9de;
}

.sw-odd #color4 {
	background-color: #333;
}

.sw-odd .ws-colors a#color4:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #d9e1e8;
}

.sw-odd #color5 {
	background-color: #333;
}

.sw-odd .ws-colors a#color5:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #090707;
}

.sw-odd #color6 {
	background-color: #333;
}

.sw-odd .ws-colors a#color6:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #79bd9a;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	   opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {	
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
    left: 12px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/*switcher image*/
.sw-odd .sw-image {
	 padding: 0 20px 15px 0;
}

.sw-odd .sw-image a{
	padding: 0;
	margin-bottom: 5px;
}

.sw-odd .sw-image .sw-buy {
	width: 100%;	
    border: none;
    background: #6f9a37; 
    position: relative;	
    height: 35px;
    line-height: 37px;
    border-radius: 0;
}

.sw-odd .sw-image .sw-buy:before {
	content: "\f07a";
	font-family: "FontAwesome";
	color: #fff;
	position: absolute;
	left: 20%;
	top: -1px;
}

.sw-odd .sw-image .sw-buy:hover {
	background: #2e363a;
}


.pro-cnt .s-tit, .pro-cnt .pro-item {
    opacity: 0;
}
.pro-cnt {
    min-width: 100%;
}


.pro-in {
    font-size: 0;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

.pro-item {
    display: inline-block;
    font-size: 16px;
    color: #686868;
    text-align: center;
    margin-right: 58px;
    overflow: hidden;
}
.pro-item span{ height:30px; clear:both}
.pro-item:hover, .pro-item.on {
   
    text-decoration: none;
    color: #fff;
	font-weight:bold;
	background:#e7280e;
	padding:3px 12px;border-radius:15px
	
}
.cl-mar {
    margin-right: 0;
}
.probg{ width:100%; background-color:#f7f6f5}
.goods-s {
    display: none;
	min-height:300px;
}

.probg span{color:#FFFFFF;  margin:2% 0;font:14px/28px  "Microsoft YaHei"; }
.probg .pic{ text-align:right;}
.pronr{padding:0 10%  3% 10%}

.ssbg{ background:url(../images/nrbg.jpg) #FAFAFA repeat-x bottom;}
.ssbg1{ background-color:#3A4348;}
.ssbg2{ background-color:#3A4348;}
.page-heading::after {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.page-heading {
   
    padding-top: 100px;
    position: relative;
    z-index: 1;
	height:300px;
}

.page-heading .title {
    font-size: 54px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
	letter-spacing:8px
}
.page-heading .breadcrumb{
    font-size: 16px;
    text-transform: none;
    color: #fff;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
	 font-weight: 200;letter-spacing:4px
}
.page-heading .breadcrumb > a {
    color: #fff;
}
.page-heading .breadcrumb > a:hover{
    text-decoration: underline;
    color: #a0ce4e;
}
.home-main-contant-style{
    padding: 4% 0;
}
.bg-white{
    background: #fff;
}
@media (max-width: 990px) {
    .welcome-img img, .why-choose-img img, .theme-image, .clients-block img{
          width: 100%;
    }
}
.pa30{padding:30px;}
.mb30{
    margin-bottom: 30px;
}
.bo30{
    padding-bottom: 30px;
}
.mb15{
    margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    text-transform: uppercase;
    font-family: '微软雅黑';
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 1.5em;
}
h1 { font-size: 30px; letter-spacing: 1px;}
h2 { font-size: 24px; letter-spacing: 1px;}
h3 { font-size: 22px; letter-spacing: 1px;}
h4 { font-size: 18px; letter-spacing: 1px;}
h5 { font-size: 16px; letter-spacing: 1px;}
h6 { font-size: 14px; letter-spacing: 1px;}
.title{font:bold 16px/30px  "Microsoft YaHei"; color:#008FD7; margin-bottom:1%;}
.text12{font:bold 14px/30px  "Microsoft YaHei"; background:url("../images/bg-bg.jpg"); }
.text11{font:12px/15px  "Microsoft YaHei"; color:#AFAFAF }
.title-bt{font:bold 22px/20px  "Microsoft YaHei"; color:#008FD7; margin-bottom:1%;}
.title-bt1{font:bold 18px/40px  "Microsoft YaHei"; color:#008FD7; margin-bottom:1%;}
.counter-block::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.counter-block {
    background: rgba(0, 0, 0, 0) url("../images/timg.jpg") no-repeat fixed center center / cover ;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.counter-item img {
    width:60px; height:auto
}

.secondary-color, .counter-item > h4{
    color: #fff;
    line-height:30px;
    padding-top: 20px;
	font-family: "Microsoft YaHei"
}

/* start blog */
.blog {
	display: block;
}
.blog_list{
	margin-top: 4%;
}
.blog_list:first-child{
	margin-top: 0%;
}
.blog_list h2{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
	font-family: "Microsoft YaHei";
}
.blog_list h5{
	margin-top:8px;
	font-size: 1em;
	text-transform: capitalize;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
	font-family: "Microsoft YaHei";
	
}
.blog_list h5 a{
	color: #0355a6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog_list h5 a:hover{
	color: #777777;
}
.blog_para{
	margin: 2% 0;
}
.blog_para p a{
	float: left;
	margin-right: 4%;
}
.blog_para p a img{
	margin-top: 10px;
	
}
.read_more {
	margin-top: 2%;
}
.btn{
	color: #ffffff;
	background: #0355a6;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 38px;
	font-size: 0.875em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	
}
.btn:hover {
	background: #0000000;
	color: #000;
}

.btn1{
	color: #616161;
	background: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 38px;
	font-size: 0.875em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius:2%;
	
}
.btn1:hover {
	background: #fd7a25;
	color: #fff;
}
.pa20{padding-top:2%}
.pa30{margin-top:2%}
.pa50{margin-top:4%}
.pa40{padding-bottom:2%}
.pa4{padding:4%; margin:2% 0;}
.le1{padding-left:5%;}
.ma20{padding-top:2%;}
.ma30{padding-bottom:2%;}
.ma40{margin:2% 0;}
.bgh{ background-color:#F5F5F5}

.line{ border-bottom:1px dashed #CCC;}
.line1{ border-bottom:1px solid #ECECEC; padding-top:5px;}
.line2{ border-right:1px solid #e4e4e4;}
.tel{font:34px/43px "Microsoft Yahei"; color:#0564c2; font-weight:300}
.services{
	    background: #1A59BA;
		  padding: 5em 0;
}
.choose_right p {
    color: #adb5cc;
    font-size: 0.9em;
    line-height: 1.9em;
    padding: 0 0%;
    margin: 1em 0;
}
.choose_right h3 {
    font-size: 1.4em;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
}
.choose_icon {
      padding: 2em 2em;
     margin-bottom:4%;
     border: 2px solid #0F4391;
    box-shadow: 0 1px 8px #0F4391;
    background: #0F4391;
		-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
	
	overflow:hidden}
.choose_icon:hover {
    border: 2px solid #FB4500;
}
.choose_icon:nth-child(2),.choose_icon:nth-child(4){
   margin-right:0;
}
.choose_icon:nth-child(3),.choose_icon:nth-child(4){
   margin-top:2em;
}
.choose_icon i {
        color: #efb312;
    font-size: 2.5em;
}
.choose_left {
    float: left;
    margin-top: 0;
    width: 20%;
}
.choose_right {
    float: right;
	margin-bottom: 10px;
    position: relative;
	  width: 78%;
}
.choose_right:before {
    content: "";
    width: 38px;
    height: 2px;
    background: #00ba66;
    display: block;
    bottom: -10px;
    left: 0px;
    position: absolute;
}
.agile_inner_grids {
    margin-top: 4em;
}
.w3l_header {
    font-size:2.5em;
        color: #262c38;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    text-align: center;
}
h3.w3l_header.w3_agileits_header.two {
    color: #fff;
}
.w3l_header:after {
   border-top: 2px solid #efb312;
    display: block;
    width: 81px;
    content: "";
    margin: 8px auto 0;
}
.w3l_header span {
    color: #00ba66;
}
	.sub_para_agile {
		font-size: 0.9em;
		letter-spacing: 2px;
		margin-top: 0.6em;
	}
	.two {
    color: #fff;
}
.simplefilter{padding:2% 0;}
.simplefilter li {
      color: #636363;
    cursor: pointer;
    display: inline-block;
    
    font-size: 0.9em;
    margin: 0 0.1em;
    text-transform: uppercase;
	background-color:#E6E6E6;
	border-radius: 30px;
	
}
.simplefilter li a{
  color:#636363;
  display:block;
  background:#E6E6E6;
		    border-radius: 30px;
			padding: 12px 35px;
}
.simplefilter li a:hover, .simplefilter li .on{
  color:#ffffff;
  display:block;
  background:#0355a6;
border-radius: 30px;
}

.simplefilter li{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}

@media (max-width: 991px){
	
	.simplefilter li{margin-bottom:2%;}
.simplefilter li a{
  color:#636363;
  display:block;
  background:#E6E6E6;
		    border-radius: 30px;
			padding: 13px 35px;
			
}
	
	}
.effect-3 {
	height:40px;
}
.effect-3:before {
	left: -1px;
	bottom: 3;
	width: 100%;
	height: 2px;
	background:#0275CE;
	content: '';
    position: absolute;
    transition: transform .5s ease;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}
.effect-3:hover:before {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}
.dropdown-menu {
		background-color: #F2F2F2;
		padding:-10px 0;
		
	}
.dropdown-menu > li > a {
color: #5C5B5B;
width:100%

}
.dropdown-menu > li > a:hover {
color: #ffffff;background-color: #0275CE;

}









.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
   display: block;
   content: "\f105";
   font-family: FontAwesome;
   float: right;
   margin-top: 0;
   margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.menu > li .dropdown-menu {  
margin: 0;  
}  
.menu > li:hover .dropdown-menu {  
display: block;  
}  
.rev_slider{height:300px; overflow:hidden;}
.border1{ border:1px solid #cccccc;box-shadow:1 0 1px #000 inset;}
.border3{ border:1px solid #F4F4F4;padding:2px;}

#pagelist{color:#818181; width:100%; text-align:center;}
.pagination {font-family: '微软雅黑','Microsoft YaHei UI','Microsoft YaHei',arial, helvetica, sans-serif;overflow: hidden;padding:10px 0px;font-size:12px;margin: 20px ; text-align:center;}
/*按钮色彩样式*/
.pagination a {border: #E6E6E6 1px solid;color: #95b1b5;text-decoration: none;overflow: hidden;padding:10px 10px;margin: 0px 0px 0px 5px;}
.pagination a:visited {text-decoration: none;overflow: hidden;}
.pagination a:active {text-decoration: none;overflow: hidden;}
.pagination a:hover {color: #fff;background-color: #1A59BA;overflow: hidden;}
.pagination span.current {border: #1A59BA 1px solid;color: #fff;overflow: hidden;padding:10px 10px;margin: 0px 0px 0px 5px;}
.pagination span.disabled {background-color: #1A59BA;}


table tbody tr:nth-child(odd) td{background-color:#f8f8f8;border:solid 1px #DCDCDC; font-size:1.0em; line-height:25px;padding:8px;}table tbody tr:nth-child(odd) td:nth-child(2n+1){background-color:#f8f8f8;font-size:1.0em;padding:8px;}table tr.even{border-bottom:0}table tbody tr.even td{background-color:#ececec;padding:8px;}table tbody tr.even td:nth-child(2n+1){background-color:#e9e9e9;}table tbody tr:nth-child(even){visibility:visible;border-bottom:0}table tbody tr:nth-child(even) td{background-color:#ececec;border-right:solid 1px #DCDCDC;font-size:1.0em;padding:8px;}

.list_y{ width:98%; padding-bottom:10px; margin:0 auto}
.list_y li{ float:left; width:14.3%; margin-right:2%;}
.list_y li .ly_pic{width:100%; border-radius:50%; border:1px solid #CCC}
.list_y li a:hover .ly_text{color:#008FD7;}
.list_y li .ly_text{ text-align:center; font:14px/45px  "Microsoft YaHei"; color:#3E3E3E;}
.list_y li .ly_yw{ text-align:center; font:14px/20px  "Microsoft YaHei"; color:#686868; display:block;}



.list_y1{ width:98%; padding-bottom:10px; margin:0 auto}
.list_y1 li{ float:left; width:9.1%; margin-right:2%;text-align:center}
.list_y1 li .ly_pic{width:100%; border-radius:50%; border:1px solid #CCC; text-align:center}
.list_y1 li a:hover .ly_text{color:#008FD7;}
.list_y1 li .ly_text{ text-align:center; font:14px/45px  "Microsoft YaHei"; color:#3E3E3E;}
.list_y1 li .ly_yw{ text-align:center; font:14px/20px  "Microsoft YaHei"; color:#686868; display:block;}
.list-round-arrow, 
.list-arrow{
   list-style: none;
   margin: 0;
   padding: 0 0 0 15px;
}

.list-round-arrow li:before {
    font-family: FontAwesome;
    content: "\f05d";
    margin-right: 10px;
    color: #3a5371;
}

.list-arrow li:hover {
    color: #1bbc9b;
}

.list-arrow{
   padding: 0;
}

ul.list-arrow li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
}

@media (max-width: 991px){
.list_y{ width:90%; padding-bottom:10px; margin-left:8%;}
.list_y li{ float:left; width:25.3%; margin-right:6%;}
.list_y li .ly_pic{width:100%; border-radius:50%;}
.list_y li a:hover .ly_text{color:#008FD7;}
.list_y li .ly_text{ text-align:center; font:14px/45px  "Microsoft YaHei"; color:#3E3E3E;}
.list_y li .ly_yw{ text-align:center; font:14px/20px  "Microsoft YaHei"; color:#686868; display:block;}
}
.title8{ background-color:#1d65d4;  display:block; margin:8px 0;letter-spacing:5px;}
.cuture{ padding:40px 0;  font:16px/30px  "Microsoft YaHei";}
.cuture1{ background-color:#0255a6;font:16px/30px  "Microsoft YaHei"; color:#FFF;}
.cuture2{ background-color:#f8f8f8;font:16px/30px  "Microsoft YaHei"; color:#555555;}
.casebg{ background-color:#f7f7f7;font:16px/30px  "Microsoft YaHei"; color:#555555; padding:30px 0}
.companybg{ background-color:#e0e0e0;font:15px/30px  "Microsoft YaHei"; color:#555555; padding:30px 0}
.companybg1{ background-color:#fff;padding:30px;}
.companybg h3{color:#005ea5; margin-bottom:10px}
.titlesy{font:25px/30px  "Microsoft YaHei"; margin:25px 0; font-weight:800}
.tpyj{border-radius:25px;-moz-border-radius:25px;}
.slide-box{ width:100%;overflow:hidden;height:100%}
.slide-item{-webkit-overflow-scrolling:touch;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
width: 20%;height: 100%;border-right: 1px #b1b1b1 solid;float:left;margin-right: 0px;}
.slide-item:nth-of-child(5){  border-right: 0px #b1b1b1 solid;}		
.slide-box::-webkit-scrollbar {display: none;}
.slide-item dd{font-size: 38px;font-weight: bold;display: block;line-height: 2em;color: #e60012;text-align:center;margin-top:30%;}
.slide-item p{font-size: 14px;display: block;line-height: 25px;color: #fff;margin-top:10px;width:95%; margin:0 auto;}
.slide-item dt {font-size: 17px;display: block;color: #fff;text-align:center;height:40px;font-weight: bold;}
.page_turner { padding: 10px 0; overflow: hidden; }
.page_turner a, .page_turner span { text-align: center; color:#333; display: inline-block; *display:inline;
border: 0px solid #f3f3f3; background:#f3f3f3; height: 40px; min-width: 50px; margin-left: 0px; line-height: 40px; padding: 4px; }
.page_turner a:link, .page_turner a:visited { text-decoration: none; }
.page_turner a:hover, .page_turner a.c { background: #f5c622; color: #FFF; }

.slide-item span {font-size: 16px;color: #fff;line-height: 3em;border-radius: 50px;border: 1px #fff solid;display: block;width: 60%;margin: 30px auto 80% auto;text-align:center;}

.abuc{background:url(../images/jxs.jpg) #333;background-size: 100% 100%; width:100%; overflow:hidden;    -webkit-transition: all 1.5s;-moz-transition: all 1.5s;-o-transition: all 1.5s; height:500px;}
.abuc1{background:url(../images/1.jpg) #333;background-size: 100% 100%; width:100%; overflow:hidden;    -webkit-transition: all 1.5s;-moz-transition: all 1.5s;-o-transition: all 1.5s;}

.abuc2{background:url(../images/2.jpg) #333;background-size: 100% 100%;  width:100%; overflow:hidden;   -webkit-transition: all 1.5s;-moz-transition: all 1.5s;-o-transition: all 1.5s;}

.abuc3{background:url(../images/3.jpg) #333;background-size: 100% 100%;  width:100%; overflow:hidden;    -webkit-transition: all 1.5s;-moz-transition: all 1.5s;-o-transition: all 1.5s;}


.abuc4{background:url(../images/4.jpg) #333;background-size: 100% 100%;  width:100%; overflow:hidden;    -webkit-transition: all 1.5s;-moz-transition: all 1.5s;-o-transition: all 1.5s;}

.abuc5{background:url(../images/5.jpg) #333;background-size: 100% 100%;  width:100%; overflow:hidden;    -webkit-transition: all 1.5s;-moz-transition: all 1.5s;-o-transition: all 1.5s;}
 .syabout {float: left; margin-right:5%}
  .syabout p{font-size:12px; text-align:center;line-height:30px;}
 .syabout .abouttp {
                   width:80px;
            height:80px;
			line-height:80px;
            margin-top: 20px;
            background-color: #e7e7e7;
            text-align: center;
			border-radius:50%;
			transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
		
.syabout .abouttp img{width:70%;}
.syabout .abouttp:hover {
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
			background-color: #000000;
        }


.newswrap .newsborder{border:1px solid #e0e0e0;background:#fff}
.newswrap .newsitem1{margin-right:20px;width:100%;position:relative;padding-left:220px;margin-bottom:10px}
.newswrap .newsitem1 .newsborder{padding:20px 30px 25px;margin-left:-1px}
.newswrap .newsitem1 img{display:block;width:100%;height:100%;-moz-object-fit:cover;-webkit-object-fit:cover;-ms-object-fit:cover;object-fit:cover;-moz-object-position:center;-webkit-object-position:center;-ms-object-position:center;object-position:center;width:220px;height:160px;position:absolute;left:0;top:0}
.newswrap .newsitem1 .ntitle{font-weight:700;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:30px}
.newswrap .newsitem1 .time{color:#888;font-size:12px;line-height:20px}
.newswrap .newsitem1 .time span{margin-right:20px}
.newswrap .newsitem1 .nintro{font-size:14px;color:#666;line-height:24px;height:48px;margin-top:15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.newswrap .newstop{font-size:16px;font-weight:700;line-height:30px; color:#be0c0c;font-family:"微软雅黑"}
.newswrap .newsitem2{width:100%;margin-bottom:20px}
.newswrap .newsitem2 .newsborder{padding:20px;height:auto}
.newswrap .newsitem2 ul{list-style:decimal;list-style-position:inside;list-style:none;padding:0;}
.newswrap .newsitem2 li{margin-top:10px;line-height:22px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;display:list-item}.newswrap .newsitem2 a{color:#666;margin-left:3px;list-style:none;}
.newswrap .morebtn{display:block;line-height:55px;background:#fff;color:#666;text-align:center;font-size:16px;width:180px;border-radius:30px;float:left;margin-left:470px;margin-top:10px;margin-bottom:20px;box-shadow:0 0 8px rgba(0,0,0,.1)}
.aboutlm{background:url(../images/what.jpg) center center;}


.news-title{width:100%;margin:30px auto;border-bottom:1px solid #0355a6}.news-title a{width:160px;height:50px;text-align:center;font-size:16px;color:#666;display:inline-block;line-height:50px;margin-right:10px;background:#ebebeb}.news-title a:hover,.news-title .on{background:#0355a6;color:#fff}
.historyList{ padding-top: 50px; }
.historyList ul{float: left; width: 100%; position: relative; padding-top: 95px; padding-bottom: 80px; }
.historyList ul::before{content: "";display: block;position: absolute;left: 50%;top:0;width: 12px;height: 12px;background: #bdbdbd;margin-left: -6px;z-index: 1;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;}
.historyList ul::after{content: "";display: block;position: absolute;left: 50%;top: 0;width: 1px;height: 100%;margin-left: -0.5px;background: #e8e8e8;}

.historyList ul li{ float: left; width: 100%; margin-top: -35px; }
.historyList ul li .div{ float: left; width: 675px; padding: 22px 24px 26px 55px; border: 1px solid #e3e3e3; position: relative;z-index: 9;  cursor: pointer; line-height: 0;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
	background:#FFF
}
.historyList ul li .div::after{content: "";display: block;position: absolute;right: -39px;top: 27px;background: url(../images/img_9_5.png) no-repeat center/100% 100%;width: 24px;height: 24px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;}
.historyList ul li .div::before{content: "";display: block;position: absolute;right: -15px;top: 38px;width: 15px;height: 1px;background: #e3e3e3;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.historyList ul li img{ float: right; width: 158px; height: 114px;}
.historyList ul li .testwb{ float: left; width: 387px;}
.historyList ul li .testwb h2{float: left; width: 100%; line-height: 40px; font-size: 24px; color: #666; font-family: "Arial";
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.historyList ul li .testwb p{float: left; width: 100%; font-size: 16px; line-height: 26px; color: #666;}
.historyList .nr{float: left; width: 100%; font-size: 16px; line-height: 26px; color: #666;}
@media screen and (max-width:1429px){
    .historyList ul li .div{ width: 573px; padding: 22px 24px 26px 22px; }
    .historyList ul li span{ width: 345px;}
}
@media screen and (max-width:1229px){
    .historyList ul li .div{ width: 456px; padding: 12px 14px 16px 14px; }
    .historyList ul li span{ width: 256px;}
    .historyList ul li span h2{ line-height: 24px; font-size: 20px; }
    .historyList ul li span font{ font-size: 14px; margin-top: 10px; }

}
@media screen and (max-width:991px){
    .historyList{ padding-top: 25px; }
    .historyList ul li .div{ width: 100%; }
}

.historyList ul li:nth-child(2n){ margin-top: -90px;}
.historyList ul li:nth-child(2n) .div{float: right;padding: 22px 20px 26px 55px;  }
.historyList ul li:nth-child(2n) .div::after{left: -39px;}
.historyList ul li:nth-child(2n) .div::before{left: -15px;}
.historyList ul li:hover .div{border: 2px solid #0355a6; padding: 21px 23px 25px 54px;}
.historyList ul li:hover .div::after {background:url(../images/img_9_5_h.png) no-repeat center/100% 100%;}
.historyList ul li:hover .div::before{background: #0355a6;}
.historyList ul li:hover span h2{color: #0355a6;}
.historyList .buttonBox{ text-align: center;}
.historyList button{ display: inline-block; vertical-align: top; width: 152px; height: 42px;line-height: 42px;outline: none;cursor: pointer;border: 0 none;font-size: 16px;color: #fff;text-align: center;background: #0355a6;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.historyList button:hover{opacity:0.8; filter:alpha(opacity=80);}

/*-- Faq --*/
.panel-group{width:100%;}
.panel-default>.panel-heading{
   background: #f3f3f3;
   border-radius: 0;
   position: relative;
   min-width:553px;
   
  
   
}

.panel-group .panel{
   border-radius: 0;
}

h4.panel-title{
   font-size: 14px;
   background: none;
   border: 0;
   padding: 8px 0 8px 0;
   line-height: normal;
   border-radius: 0;
}

h4.panel-title a{
   color: #000;font-size: 16px; font-weight:600
}

h4.panel-title a:hover{
   color: #c60000;
}
h4.panel-title span{
   float: right;
}

h4.panel-title a.collapsed{
   color: #333;
}

h4.panel-title a:before,
h4.panel-title a.collapsed:before{
   font-family: "FontAwesome";
   position: absolute;
   z-index: 0;
   font-size: 16px;
   right: 15px;
   padding: 0 5px;
   text-align: center;
   top: 50%;
   margin-top: -7px;
}

h4.panel-title a:before {
   content: "\f106";
}

h4.panel-title a.collapsed:before {
   content: "\f107";
}

.panel-body ul{
   padding-left: 25px;
}
.panel-body p{ font-size:15px;}
.panel-body .nr{ font-size:14px; color:#666}
.panel-body .daterq{ font-size:12px; color:#7a7a7a; margin-top:12px;}
.panel-body p a{ font-size:17px; color:#F00}
.panel-group .btn.btn-primary.solid:hover{
   color: #333;
}
.col-md-offset-0 {
	margin-left:0; margin-right:0
	
}
.service-promise ul {
    margin: 35px 0;
    width: 100%;
}
.service-promise ul li {
    float: left;
    width: 25%;
    height: 160px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-promise ul li:hover {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.service-promise .cont p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
}
.gr-product-list {
    width: 100%;
}
.gr-product .pro-tit {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    
    line-height: 1;
}
.lines{border-bottom: 1px solid #EAEAEA; height:45px;width:99%; margin:10px 0}
.gr-product .pro-tit .icon-p {
    margin-right: 14px;
    margin-left: 7px;
}
.gr-product .pro-tit .icon-p img{
  width:40px; height:auto
}

.gr-product .pro-tit .icon-p1 {
    margin-top: -2px;
}
.gr-product .pro-tit .more a{
    font-size:11px;
}


.gr-product-list li {
    float: left;
}
.gr-product .gr-product-list li {
    margin-bottom: 30px;
}
.gr-product .gr-product-list li .pic {
    width: 100%;
}
.gr-product-list-3 li {
    width: 31.8%;
    margin-right: 1.5%;
    overflow: hidden;
	margin-bottom:20px;
}

.gr-product-list-4 li {
    width: 24%;
    margin-right: 1%;
    overflow: hidden;
	margin-bottom:20px;
}
.gr-product-list li .pic {
    border: 1px solid #eee;
    overflow: hidden;
    text-align: center;
    background: #fff;
	
	
}

.gr-product-list li .tit {
    position: relative;
    border: 1px solid #eee;
    border-top: none;
    background: #fff;
    padding: 10px 20px;
}
.gr-product-list li:hover .tit {
    border-color: #0355a6;
}
.gr-product-list li .tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 102%;
    width: 100%;
    height: 81px;
    background: #0355a6;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-product-list li:hover .tit:before {
    top: -1px;
}
.gr-product-list li .tit .icon-plus {
    position: relative;
    line-height: 42px;
    font-size: 48px;
    color: #aaa;
    font-family: serif;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-product-list li:hover .tit .icon-plus {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gr-product-list li .tit .tit-cont {
    overflow: hidden;
    position: relative;
}
.gr-product-list li .tit .tit-cont h5 {
    font-size: 18px;
    margin-bottom: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-product-list li .tit .tit-cont p {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-product-list li:hover .tit .tit-cont h5,
.gr-product-list li:hover .tit .tit-cont p,
.gr-product-list li:hover .tit .icon-plus {
    color: #fff;
}
.gr-product-list li .pic {
    overflow: hidden;
}
.gr-product-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-product-content .gr-product-list li .pic img,
.page-function .gr-product-list li .pic img {
    /*padding: 30px;*/
}
.gr-product-list li:hover .pic img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.service-fw {
    margin-top: 50px;
}
.service-fw li {
    width: 585px;
    height: 160px;
    background: #fff;
    border: 1px solid #C0C0C3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service-fw li:hover {
    box-shadow: 0 0 15px #ddd;
}
.aboutmiddle ul{list-style:none; padding:0; margin:0}
.aboutmiddle ul li{ display:block; width:33.1%;  float:left;list-style:none; height:300px; overflow:hidden; margin-right:1px;}
.aboutmiddle ul:after{ content:""; display:block; clear:both;}
.aboutmiddle ul li:nth-child(3n){ padding-right:0px;list-style:none;}
.aboutmiddle ul li { display:block; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover; padding:100px 1px 120px 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	overflow:hidden;


}
.aboutmiddle ul li  .text{ width:90%; text-align:center; position:relative; z-index:2;}
.aboutmiddle ul li  .text .title3{ font-size:24px; line-height:1.4; }
.aboutmiddle ul li  .text .line{ width:24px; height:1px; background:rgba(255,255,255,.6); margin:2% auto;}
.aboutmiddle ul li  .text .view{ line-height:1.8;}
.tua055 { width:100%; height:380px; overflow:hidden ; margin:0 auto}
.splist { position:relative;  width:100%;    }
.splist:hover{ cursor: pointer; }
.sped {  width:50px; height:50px; position: absolute; left:45%; top:45%; border-radius:100%; }
.videos{ display:none; border: 10px solid #080808; position:fixed; left:15%; top:15%; width:70%; height:auto; background:#000 }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.bottom-nav{width:100%; position: fixed; bottom:0px; z-index: 100; overflow:hidden; display:none;}
.zjs02{ float:left; padding:0 25px;width:23%;}



.i-make{
	margin-bottom: 40px;
}
i-dynamic{
	background: #eaebed; overflow:hidden; height:70px;
	
}
.i-dynamic>div{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;background:#eaebed
}
.dynamic-l{
	width: 200px;
	height: 70px;
	background: #0762bc;
	text-align: center;
	line-height: 70px;
	font-size: 22px;
	color: white;
}
.dynamic-l i{
	width: 28px;
	height: 29px;
	display: inline-block;
	background-image:url(../images/icon5.png) ;
	background-size:cover ;
	margin-right: 15px;
	vertical-align: middle;
}
.dynamic-m{
	height: 70px;
	flex: 1;
	line-height: 70px;
	
}
.dynamic-m a{
	margin-left: 40px;
	font-size: 16px;
}
.dynamic-m a:hover{
	text-decoration: underline;
}
.dynamic-r{
	width: 80px;
	color: #666666;
	font-size: 14px;
	display:block
}
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}
.make-swiper{
	height: 540px;
}
.make-swiper .swiper-slide{
	background-size: inherit ;
	background-position:left center;
	background-repeat:no-repeat ;
	border-right: 2px solid white;
	box-sizing: border-box;
}
.make-s{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
	width: 22px;
	font-size: 22px;
	color: white;
	line-height: 25px;
	writing-mode: vertical-lr;
    writing-mode: tb-lr;
}
.make-swiper .swiper-slide:before{
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
	background-color:rgba(0,0,0,0.4);
}
.on:before{
	display: none !important;
}
.on .make-s{
	display: none;
}
.on .make-title{
	opacity: 1;
}
.make-title{
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: all .2s;
	box-sizing: border-box;
	padding: 30px;
	height: 160px;
	background-color:rgba(30,85,165,0.8);
	color: white;
}
.make-title h1{
	font-size: 28px;
	line-height: 50px;
}
.make-title p{
	color: white;
	font-size: 14px;
}
.make-title span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 30px;
}
.make-scrollbar{
	margin: 30px 18px 0;
	height: 3px;
	position: relative;
	background: #b2b2b2 !important;
	border-radius:0 !important;
}
.make-scrollbar:before,.make-scrollbar:after{
	content: "";
	display: inline-block;
	width: 18px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size:cover ;
}
.make-scrollbar:before{
	background-image:url(../images/icon7.png) ;
	left: -18px;
}
.make-scrollbar:after{
	background-image:url(../images/icon8.png) ;
	right: -18px;
}
.make-scrollbar .swiper-scrollbar-drag{
	height: 10px;
	top: -3px;
	cursor: pointer;
	background: #024097;
	border-radius:0 ;
}

/*首页中间部分*/
.i_conbg{ background-color:#f9f9f9; padding-bottom:20px;}
.i_conbg_left{width:100%; padding-right:15px ;}
.i_conbg_left_t{width:100%; padding:5% 0px 6% 0px; font-size:18px; color:#333333;}
.i_conbg_left_t a,.i_conbg_left_t a:hover{color:#333333;  font-size:20px; font-weight:bold}
.i_news{width:100%;}
.i_news dt{width:100%; font-weight:normal; float:left; margin:0px; padding:0}
.i_news dt a img{width:100%;}
.i_news dt .right_div{width:93%; padding-left:7%;}
.i_news dt .right_div .i_ntitle{width:100%; padding:2% 0px; color:#333333; font-size:16px; font-weight:bold;}
.i_news dt .right_div .i_ntitle:hover{ color:#086fad; text-decoration:none;}
.i_news dt .right_div .i_ntime{ color:#888888; font-size:12px; padding-bottom:2%; display:inline-block;word-wrap:break-word;}
.i_news dt .right_div .i_ncon{width:100%; line-height:1.8; color:#333333; font-size:14px; display:inline-block;word-wrap:break-word;}
.i_news dt .right_div .i_ncon_a,.i_news dt .right_div .i_ncon_a:hover{ display:inline-block; padding:0px; color:#086fad; font-size:14px;}
.i_news dd{width:100%; padding:1.5% 0px 1.5% 2%; font-size:12px; background:url(../images/dot.jpg) left center no-repeat; float:left; color:#999999; border-bottom:2px dotted #c1c1c1;}
.i_news dd a{ color:#333333; font-size:15px;}
.i_news dd a:hover{ color:#0d84cb; text-decoration:none;}
.i_right_a1{width:100%; display:inline-block; position:relative;}
.i_right_a1 span{ color:#109a75; font-size:14px; position:absolute; left:35px; top:30px; line-height:1.6;}
.i_right_a1 span font{ font-size:24px; }
.cp_img{width:100%; cursor:pointer;transition:400ms; 
	filter: Alpha(Opacity=100);
	opacity: 1;}
.cp_img:hover{ position:relative; z-index:1000;filter: Alpha(Opacity=80); 
	opacity: 1; 
	-webkit-transform:scale(1.14); 
	transform:scale(1.14); }
.i_right_a1:hover span{ z-index:10000;}
.commonimg{
-webkit-animation: hvr-bob 10s ease infinite;
animation: hvr-bob 10s ease infinite;
}
.i_cpimg{width:100%; overflow:hidden; display:inline-block; float:left;}
.companypic{width:100%; display:inline-block;/* overflow:hidden;*/ position:relative;}
.companypic span{ color:#ffffff; font-size:14px; position:absolute; left:35px; top:30px; line-height:1.6;text-shadow: 3px 3px 3px #323232;}
.companypic span font{ font-size:20px; }
.companypicImg{width:100%; overflow:hidden; display:inline-block;}
.cp_img{width:100%; cursor:pointer;transition:400ms; 
	filter: Alpha(Opacity=100);
	opacity: 1;}
.cp_img:hover{ position:relative; z-index:1000;filter: Alpha(Opacity=80); 
	opacity: 1; 
	-webkit-transform:scale(1.14); 
	transform:scale(1.14); }
.companypic:hover span{ z-index:10000;}
.i_link{padding:27px 5%;}
.link_pc{ display:block;width:100%;}
.i_linh{width:100%; margin:0px; padding:0px;}
.i_linh li{width:12.5%; float:left;}
.i_linh li a img{width:95%; border:1px solid #e4e4e4 }
.companytxt{text-transform:uppercase;}


.logo-group {
	overflow: hidden;
	padding: 0;
	border: 1px solid #ddd;
	border-right: none;
	border-bottom: none;
	position: relative;
}

.logo-group li{
	width: 25%;
	float: left;
	list-style: none;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:35px 0
}


.logo-group li img {
	display: block;
	margin: 0 auto;
	height:44px;
}
.logo-group p{ text-align:center;width:100%; line-height:26px; color:#757575}
.border_radius20{border-radius:25px 0 25px 0}
.border_radius30{border-radius:0 25px 25px 0}
.border_radius40{border-radius:25px 0 0 25px}

/*//////////////////////////////////////////////////////////////////
[ Block 1 ]*/
.bg-main {background-color: #233785;}
.color-white {color: white;}
.hov-color-white:hover {color: white;}
.s-txt1 {
  font-family: Roboto-Regular;
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
}
.block-1 {
  position: relative;
  overflow: hidden;
} 

.wrap-text-b1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  top: calc(100% - 60px);
  left: 0;
  padding-left: 25px;
  padding-right: 25px;
}

/*---------------------------------------------*/
.wrap-title-b1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 60px;
  width: 100%;
}

/*---------------------------------------------*/
.wrap-para-b1 {
  width: 100%;
}

.wrap-para-b1 p {
  max-height: 105px;
  overflow: hidden;
}

/*---------------------------------------------*/
.wrap-more-b1 {
  width: 100%;
  height: 28%;
}

.wrap-more-b1 a {
  display: block;
  align-items: center;
  height: 25px;
  position: relative;
}

.wrap-more-b1 a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  left: 0;
}

.wrap-more-b1 a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  height: 100%;
  width: 80px;
  left: 14px;
}

.wrap-more-b1 a:hover i {
  left: 82px;
}

.wrap-more-b1 a:hover span {
  left: 0;
}

.wrap-more-b1 a:hover {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.block-1:hover .wrap-text-b1 {
  top: 0;
  padding-top: 6%;
}
@media (max-width: 480px) {
  .block-1:hover .wrap-text-b1 {
    top: 0;
    padding-top: 2%;
  }
}
.trans-05 {
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.contact-info-section-two {
	position: relative;
}

.contact-info-section-two .outer-container{
	position:relative;
	min-height: 300px;
}

.contact-info-section-two .image-column{
	position:absolute;
	left: 0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.contact-info-section-two .image-column .image-box{
	position:relative;
	margin: 0;
	display:none;	
}

.contact-info-section-two .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.contact-info-section-two .content-column{
	position:relative;
	float:right;
	width:50%;
}

/* Contact info two */

.contact-info-two {
	position: relative;
}

.contact-info-two .contact-info-block {
	position: relative;
	background: #0057a6;
	padding: 0px;
}

.contact-info-two .contact-info-block:nth-child(2),
.contact-info-two .contact-info-block:nth-child(3) {
	background: #004481;
}

.contact-info-two .inner-box {
	position: relative;
	text-align: center;
	padding: 110px 0;
}

.contact-info-two .contact-info-block .iocn-holder {
	position: relative;
	margin-bottom: 30px;
}

.contact-info-two .contact-info-block .iocn-holder span {
	color: #51dc3c;
	display: block;
	font-size: 40px;
	text-align: center;
	transition: all 500ms ease 0s;
	margin: 0;
	padding: 0;
}

.contact-info-two .contact-info-block .iocn-holder span.top-envelop {
	font-size: 40px;
}

.contact-info-two .contact-info-block:hover .iocn-holder span {
	color: #51dc3c;
}

.contact-info-two .contact-info-block .text-holder {
	padding-left: 10px;
}

.contact-info-two .contact-info-block .text-holder h6 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 10px;
	font-family: 'Poppins', sans-serif;
}

.contact-info-two .contact-info-block .text-holder p {
	color: #ccc;
	font-size: 14px;
	margin: 0;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
}




.contact-form-section h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #107dd0;
}

.contact-form textarea {
	height: 180px;
	resize: none;
	padding: 12px 25px;
}

.contact-form button {
	cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

.contact-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #51dc3c;
}

/* Form style two */

.contact-form.style-two input[type="text"],
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two select,
.contact-form.style-two textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form.style-two textarea {
	height: 250px;
}

#leftsead{width:161px;height:auto;position:fixed;bottom:90px;right:0px; z-index:100;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:161px;height:49px;}
#leftsead li img{float:right;}
#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:161px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:143px;}
#leftsead li a.youhui .2wm{display:none;position:absolute;right:143px;}
#p2{width:112px;background-color:#A7D2A9;height:47px;margin-left:47px;border:1px solid #8BC48D;text-align:center;line-height:47px}
#p3{width:112px;background-color:#EC9890;height:47px;margin-left:47px;border:1px solid #E6776C;text-align:center;line-height:47px}
#p1{width:47px;height:49px;float:left}
.home_left_select{width:200px; height:35px; margin:5px 0; border:1px solid #CCC; background:#666; color:#FFF; line-height:32px;}